{#if loading}
Loading...
{:else if error}
{error}
{:else if img}
{img.filename}
{#if img.thumbnail_path}
{:else}
No thumbnail
{/if}
Dimensions
{img.width} × {img.height}
File size
{formatSize(img.file_size)}
Type
{img.mime_type}
Tags
{#if img.tags_detail.length > 0}
{#each img.tags_detail as t (t.tag)}
{t.tag}
{t.usage_count}
{/each}
{:else}
none
{/if}
Uploaded
{formatDate(img.created_at)}
Download original
← Back to browse
{/if}